Feature: Create tag
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 23.014s |
Scenario: Create a tag successfully
Before
0m 1.169s
Given
I navigate to page "<URL>"
0m 4.695s
And
I enter email "<ADMIN_EMAIL>"
0m 1.327s
And
I enter password "<ADMIN_PASSWORD>"
0m 0.760s
And
I click on the login button
0m 3.839s
And
I wait for 2 seconds
0m 2.433s
And
I click on tags option
0m 0.967s
And
I wait for 2 seconds
0m 2.251s
When
I click on the new tags button
0m 0.752s
And
I write "Nuevo tag" in the tag name
0m 0.302s
And
I write "Descripción de tag" in the tag description
0m 0.650s
And
I save the new tag
0m 0.387s
And
I click on tags option
0m 0.957s
And
I wait for 2 seconds
0m 2.256s
Then
I see that there is a tag in the list with name "Nuevo tag"
0m 0.265s
After
0m 0.004s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<URL>"
And
I enter email "<ADMIN_EMAIL>"
And
I enter password "<ADMIN_PASSWORD>"
And
I click on the login button
And
I wait for 2 seconds
And
I click on tags option
And
I wait for 2 seconds
When
I click on the new tags button
And
I write "Nuevo tag" in the tag name
And
I write "Descripción de tag" in the tag description
And
I save the new tag
And
I click on tags option
And
I wait for 2 seconds
Then
I see that there is a tag in the list with name "Nuevo tag"
After
NO IMAGE AVAILABLE